go/build.Context.gopath (method)

4 uses

	go/build (current package)
		build.go#L224: func (ctxt *Context) gopath() []string {
		build.go#L265: 	for _, p := range ctxt.gopath() {
		build.go#L596: 		all := ctxt.gopath()
		build.go#L637: 		gopath := ctxt.gopath() // needed twice below; avoid computing many times